It's reassuring as someone just starting to try to understand this stuff that the person teaching it also lacks confidence around math. Thanks for a great video with really clear explanations.
Time stamps are not active, please check them while uploading, Your tutorials are so clear and nice I have some proposals which I will email you, it will be nice if you could live stream sometimes for Q&A session.
Thanks for the feedback! Just curious, what do you mean b by the time stamps not being active? In the description? But we'd love to hear your thoughts and proposals. A live stream would be fun/terrifying but with the size of our current audience, I don't know how many people would actually watch it live...
@@CircuitBread Glad you replied ! You are right about the timestamp I just checked it in the browser, the time stapms in the description are available as active link but not so in the mobile app. I am a school teacher and I love to teach tech and science to students, whatever the size of audience may be It will be fun to engage in live sessions. We teach kids participatory learning and if they come out with any product idea we would love to take your advice and active consultations to develop the product. We would love to have you as our professional consultant we are interested in investing in small projects to solve everyday problem. Hope you would love to help !
Not sure if you're being sarcastic because that seems like just a couple levels down from chalk on the chalkboard for me. Not terrible but not pleasant...
It's interesting to see the different styles that are used to denote things. Even on our team, we've noticed that we each have been shown subtly different ways of marking and doing things and sometimes we notice the inconsistencies and get them in alignment and other times we don't even notice because we still understand each other.
Thanks a lot. I am learning Python programing, I did not understand why I was being taught Hexadecimal notations and function (frankly got a bit upset). In my head I was thinking computers roll with binary and humans with base 10, why not just roll with those two? Now I know why.
I think people (especially professors who have been entrenched in a subject for decades) forget that we, the barely learning, sometimes don't know the "why" of some things. Then when we're trying to prioritize what we're learning, if we don't know "why" then we don't really care and won't make it a priority. Thanks for the insight!
Is ok if a number like 0x1234 I convert it to binary by converting each digit from right to left in 4 digits(0 and 1), for example 4=0100 and then I keep going to go to the left,what I don't understand is when I convert it to binary the computer gives me this 0b1001000110100.What is that 0b?? Does it cancel those 3x0 in front and comes with 0b Wich means zero bits?
Hi Edward, great questions! For converting, going from right to left (going from decimal to binary) is the best way to approach it. As for the "0b" - that's just the way your computer output is telling you it is binary. It has no numerical value whatsoever. So, 0b1001000110100 is just saying that 1001000110100 is binary.
Yes, there are different types of shifting, some that carry and some that don't. If you carry, you don't lose the information but you do need to figure out what you're doing with it. Is it wrapping around to the front? Going somewhere else? If you don't put that info somewhere else, then it's gone forever!
@@CircuitBread I am beginner in embedded system,I am on learning phase,can you give a physical example on why do we use this bits shifting? i mean let's say for example we have a vector of 5 less and and 1 means ON and OFF means 0.When I shift the bit that means I can put ON the LED I want from this vector.Give me a practical example please!
Hey, hey, hey... don't neglect octal! ... alright, the only place you'll probably actually SEE it these days is Unix file permissions, but... ... ... ... "Computers never think 'uuuh... I don't know'" ..... can I just contradict that with the words "tri-state buffer"???? ;)
Ha! Okay, valid point - the irony is that tri-state buffer also sometimes has students saying the same thing, "uh, I don't know what that is." I stand by the octal statement, though! 😀
We used an ink pen for a video and it was a real struggle to see it on camera, so we switched to a sharpie. We've considered dry erase but then we have reflectivity issues with the whiteboard. Sharpies may not be perfect but they're the best option we've thought of so far!
😂 Haven't we all dreamed of being astronauts at some point in our life? I'm glad it helped. From Google Translate: Hepimiz hayatımızın bir noktasında astronot olmayı hayal etmedik mi? Yardımcı olmasına sevindim.
counting to 100 requires talent? ide think more like 2 billion. that wouldnt be possible to do while living on this planet, so youd have to use a cumputer. and that might require a bit more tallent
I like how Your discounted hex As being Not very useful. Three minutes later Explain that Hex is used as a human representation of binary And without it binary would be impossible for a human to understand
Hi Noor! Not sure if you watched the entire video - it's actually mentioned a couple times that doing these conversions by hand isn't practical but it's still good to have a fundamental and intuitive understanding of the different number bases.
or just about any made by texas instruments. also your phone can do it as well. you could even write a simple script in python that would have your computer do it. or you could just google it.
I understood this because of you. Thanks!
It's reassuring as someone just starting to try to understand this stuff that the person teaching it also lacks confidence around math. Thanks for a great video with really clear explanations.
I'm not completely lost anymore. Thank you for this video.
Great tutorial, very easy to remember, and (nearly) making mistakes just makes you human. Good job dude 👍
Ha! Thanks - if making mistakes makes me human than I am pretty sure I've pegged the meter on humanness. Definitely not a Cylon...
@@CircuitBread haha! Yeah, exactly...
@@CircuitBread Subscribed
Thank you for one of the best explanations on RUclips.
Thank you so much! I understood 4 months of Computer Science classes (because my teacher refused to re-explain), in 17 minutes!
Very nice, I have a test tmr and I forgot I needed to remember how to do this. Thanks for the awesome explanation, it jogged my memory.
The best video tutorial about binary, decimal & hexadecimal.
Thanks for the feedback! Even though this isn't video isn't as popular as some of our others, it's one of my personal favorites.
amazing tutorial. forgot all this stuff for my upcoming exam now it has all been put back into my head :) thanks
remember 0 stands for off and 1 is on. and all code can be borken down into zeros and ones, or on and off.
these are my favorite kinds of videos - the videos that help me appreciate what i am learning... thank you so much!
amazing video, very informative, thanks for this. So underrated!
Smashed it!! I’m not good at maths however this made me realise that I’m not actually dumb I got a exam on this soon so thank you
You deserve millions of subscribers! Time will do it
underrated gem of a video!
This helped me better understand decimal to binary and vice-versa. Thanks for your efforts!
Awesome, great to hear! Thanks for the feedback.
Time stamps are not active, please check them while uploading, Your tutorials are so clear and nice I have some proposals which I will email you, it will be nice if you could live stream sometimes for Q&A session.
Thanks for the feedback! Just curious, what do you mean b by the time stamps not being active? In the description? But we'd love to hear your thoughts and proposals. A live stream would be fun/terrifying but with the size of our current audience, I don't know how many people would actually watch it live...
@@CircuitBread Glad you replied ! You are right about the timestamp I just checked it in the browser, the time stapms in the description are available as active link but not so in the mobile app. I am a school teacher and I love to teach tech and science to students, whatever the size of audience may be It will be fun to engage in live sessions. We teach kids participatory learning and if they come out with any product idea we would love to take your advice and active consultations to develop the product. We would love to have you as our professional consultant we are interested in investing in small projects to solve everyday problem. Hope you would love to help !
i was struggling with my computer science homework and this helped soo much 😭😭😭 thank you so so much 😭❤️❤️
Awesome! Love to hear that!
thank you so much this helped me alot for when i missed a few classes:) will be back to check your content!
Great to hear!
Really great tutorial thank you so much! super easy to follow, clear and concise!
Thank you!
CircuitBread thank you very much. All your videos are great and you do a good job explaining and simplifying complex concepts. Cheers! :)
Just love the noise from sharpy............goose bumps
Not sure if you're being sarcastic because that seems like just a couple levels down from chalk on the chalkboard for me. Not terrible but not pleasant...
Thank you so much. Really appreciate it.
to identify binary we use subscript 2 for octal we use subscript 8 and for hex we use subscript 16
It's interesting to see the different styles that are used to denote things. Even on our team, we've noticed that we each have been shown subtly different ways of marking and doing things and sometimes we notice the inconsistencies and get them in alignment and other times we don't even notice because we still understand each other.
Thanks a lot. I am learning Python programing, I did not understand why I was being taught Hexadecimal notations and function (frankly got a bit upset). In my head I was thinking computers roll with binary and humans with base 10, why not just roll with those two? Now I know why.
I think people (especially professors who have been entrenched in a subject for decades) forget that we, the barely learning, sometimes don't know the "why" of some things. Then when we're trying to prioritize what we're learning, if we don't know "why" then we don't really care and won't make it a priority. Thanks for the insight!
Excellent video!
Math makes me panic. This really helped me! Thank you!
thanks for the video, subbed
This helped me a lot!
when i go from binary to decimal, i like to use the successive division method... very easy and fast for me
good work , deaply aprichiated
Thanks, it is quite understandable.
Is ok if a number like 0x1234 I convert it to binary by converting each digit from right to left in 4 digits(0 and 1), for example 4=0100 and then I keep going to go to the left,what I don't understand is when I convert it to binary the computer gives me this 0b1001000110100.What is that 0b??
Does it cancel those 3x0 in front and comes with 0b Wich means zero bits?
Hi Edward, great questions! For converting, going from right to left (going from decimal to binary) is the best way to approach it. As for the "0b" - that's just the way your computer output is telling you it is binary. It has no numerical value whatsoever. So, 0b1001000110100 is just saying that 1001000110100 is binary.
@@CircuitBread Ty so much,now I have another question if I am shifting the bits to the left from let's say 00111
Yes, there are different types of shifting, some that carry and some that don't. If you carry, you don't lose the information but you do need to figure out what you're doing with it. Is it wrapping around to the front? Going somewhere else? If you don't put that info somewhere else, then it's gone forever!
@@CircuitBread I am beginner in embedded system,I am on learning phase,can you give a physical example on why do we use this bits shifting? i mean let's say for example we have a vector of 5 less and and 1 means ON and OFF means 0.When I shift the bit that means I can put ON the LED I want from this vector.Give me a practical example please!
Thank u sir.
I also get nervous doing maths infront of others 😂😂😂😂😂😂
Binary, Hex & Decimals❤
Awesome ❤❤
I was looking for a conversion from hex to decimal - not included in this video. Oh well....
i learned how to convert these number systems by hand... we didnt have programs to do it for us
I think everyone should know how to do it by hand but then, why not use the tools offered? Certainly to at least double check our work.
@@CircuitBread I wish they would have had these tools back when i was learning basic electronics..
Hey, hey, hey... don't neglect octal! ... alright, the only place you'll probably actually SEE it these days is Unix file permissions, but... ... ... ...
"Computers never think 'uuuh... I don't know'" ..... can I just contradict that with the words "tri-state buffer"???? ;)
Ha! Okay, valid point - the irony is that tri-state buffer also sometimes has students saying the same thing, "uh, I don't know what that is." I stand by the octal statement, though! 😀
love it
Sharpies are not meant for long term use, they dry out. Use an INK PEN!
We used an ink pen for a video and it was a real struggle to see it on camera, so we switched to a sharpie. We've considered dry erase but then we have reflectivity issues with the whiteboard. Sharpies may not be perfect but they're the best option we've thought of so far!
guess 43 in binary will be 101011
Yep!
Okulda böyle anlatsalar uzaydan yazıyordum
😂 Haven't we all dreamed of being astronauts at some point in our life? I'm glad it helped.
From Google Translate: Hepimiz hayatımızın bir noktasında astronot olmayı hayal etmedik mi? Yardımcı olmasına sevindim.
my brains is totally frozen to understand
Should've been an uber nerd and made your "random" number 42 :P
🤦♂️ Wasted opportunity! Dang!
You should have a cheat sheet in front of you so you can just glance over at it.
The notes are on the laptop 🙂
counting to 100 requires talent? ide think more like 2 billion. that wouldnt be possible to do while living on this planet, so youd have to use a cumputer. and that might require a bit more tallent
I like how Your discounted hex As being Not very useful. Three minutes later Explain that Hex is used as a human representation of binary And without it binary would be impossible for a human to understand
You can convert any system by using 991-fx casio calculator this video is not practical
Hi Noor! Not sure if you watched the entire video - it's actually mentioned a couple times that doing these conversions by hand isn't practical but it's still good to have a fundamental and intuitive understanding of the different number bases.
@@CircuitBread thanks for video bro ❤❤
or just about any made by texas instruments. also your phone can do it as well. you could even write a simple script in python that would have your computer do it. or you could just google it.